home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dbase / db3ut10u.zip / STRU3.DOC < prev    next >
Text File  |  1991-10-12  |  2KB  |  72 lines

  1. NAME
  2.     stru3 - print structure of dBase III files v1.1a, may 1991.
  3.  
  4.  
  5. SYNOPSIS
  6.     stru3 [-vh] file [files...]
  7.  
  8.  
  9. DESCRIPTION
  10.     `stru3' prints structure of the specified dBase III files on
  11.     standard output.
  12.     An example output is:
  13.  
  14.         Field       Type  Width  Decimals      <--(header line)
  15.         PROGNAME    C        12         0
  16.         DATE        D         8         0
  17.         SIZE        N         4         0
  18.         COD         C         5         0
  19.         REMARK      C        60         0
  20.  
  21.     columns meaning are:
  22.  
  23.         column      meaning
  24.           1             field name
  25.           2             field type:
  26.                             C = char , D = date , N = numeric ,
  27.                             M = memo , L = logic
  28.           3             field width
  29.           4             decimal places (if type is N)
  30.  
  31.     By default `stru3' does not print the header line (so further
  32.     processing of columns in pipes is easier).
  33.  
  34.  
  35. COMMAND LINE OPTIONS
  36.     -v      be verbose (prints the header line)
  37.     -h      help
  38.  
  39.  
  40. EXIT STATUS
  41.     0       no errors
  42.     1       usage error
  43.     2       unknown command line option
  44.     3       errors opening all the files specified on command line
  45.  
  46.  
  47. EXAMPLES
  48.     To get an help page:
  49.             stru3 -h
  50.  
  51.     To print the structure of all .dbf files in the current directory:
  52.             stru3 -v *.dbf
  53.  
  54.  
  55. SEE ALSO
  56.     egrep3, fgrep3, count3, pack3, zap3.
  57.  
  58.  
  59. AUTHORS
  60.     Legovich Danilo.
  61.  
  62.  
  63. COPYRIGHT
  64.     This program is a part of a shareware product. You may register
  65.     using the order form (file "ORDER.TXT") provided with the package.
  66.     For any suggestion or problem contact the author at this e-mail
  67.     address:
  68.  
  69.         dany@alessia.dei.unipd.it
  70.  
  71.  
  72.